var crypto/rsa.errPublicExponentLarge

2 uses

	crypto/rsa (current package)
		rsa.go#L87: 	errPublicExponentLarge = errors.New("crypto/rsa: public exponent too large")
		rsa.go#L103: 		return errPublicExponentLarge